home *** CD-ROM | disk | FTP | other *** search
/ Super PC 34 / Super PC 34 (Shareware).iso / spc / UTIL / DJGPP2 / V2 / DJTST200.ZIP / tests / debug / common / makefile < prev    next >
Encoding:
Makefile  |  1995-08-27  |  154 b   |  13 lines

  1. TOP=..
  2.  
  3. CFLAGS += -DTEST
  4.  
  5. SRC += v2load.c
  6. SRC += args.c
  7.  
  8. EXTRA_LIBS += $(LIB)/libdbg.a
  9.  
  10. include $(TOP)/../makefile.inc
  11.  
  12. v2load.exe : v2load.o
  13.